feat: add agentic-atx-platform - AI-powered code transformation at scale#33
Open
feat: add agentic-atx-platform - AI-powered code transformation at scale#33
Conversation
Multi-agent replatforming system built on Amazon Bedrock AgentCore, Strands Agents, and AWS Transform Custom (ATX). Features: - Orchestrator agent with find/create/execute sub-agents - AI-driven source code analysis for custom transformation creation - React UI with 6 tabs (Transformations, Execute, Create Custom, CSV Batch, Jobs, Chat) - DynamoDB job persistence, S3 file preview, async ZIP downloads - Two deployment options: CDK+SAM (recommended) and CDK-only (experimental) - Built-in observability via AgentCore + X-Ray + CloudWatch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
agentic-atx-platform/folder — an AI-powered code transformation platform built on Amazon Bedrock AgentCore, Strands Agents SDK, and AWS Transform Custom (ATX).What's Included
orchestrator/): Strands agent on Bedrock AgentCore with Claude Sonnet 4, coordinating three sub-agents (find, execute, create) via direct Bedrock API callsapi/lambda/): Submit/poll/direct pattern connecting the UI to AgentCore, with DynamoDB job persistenceui/): 6-tab interface — Transformations, Execute, Create Custom, CSV Batch, Jobs, Chatcdk/): 4 stacks — Container (ECR), Infrastructure (Batch/S3/VPC), AgentCore (experimental alpha construct), UI (S3+CloudFront)sam/): AgentCore deploy Lambda (SDK-based, no CLI) + HTTP API — recommended production pathcontainer/): Docker image for AWS Batch executiondeployment/): Config templates, prereq checks, cleanupKey Capabilities
Deployment Options
bedrock-agentcore-controlSDK.@aws-cdk/aws-bedrock-agentcore-alphaconstruct. Singlecdk deploy --all.Security Scans Passed
Testing
Deployed and tested end-to-end in an AWS account. All transformation types verified: execute, create custom with source analysis, CSV batch, retry, download results.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.